google.golang.org/grpc.callInfo.failFast (field)

8 uses

	google.golang.org/grpc (current package)
		rpc_util.go#L155: 	failFast              bool
		rpc_util.go#L168: 		failFast:              true,
		rpc_util.go#L305: 	c.failFast = o.FailFast
		stream.go#L264: 		callInfo.failFast = !*mc.WaitForReady
		stream.go#L418: 	ctx := newContextWithRPCInfo(cs.ctx, cs.callInfo.failFast, cs.callInfo.codec, cs.compressorV0, cs.compressorV1)
		stream.go#L423: 		ctx = sh.TagRPC(ctx, &stats.RPCTagInfo{FullMethodName: method, FailFast: cs.callInfo.failFast, NameResolutionDelay: cs.nameResolutionDelay})
		stream.go#L428: 			FailFast:                  cs.callInfo.failFast,
		stream.go#L473: 	pick, err := cs.cc.pickerWrapper.pick(a.ctx, cs.callInfo.failFast, pickInfo)